Determines whether the item at can be moved to .
シンタックス
'宣言
Function CanMoveRange( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
System.bool CanMoveRange(
System.int ,
System.int ,
System.int
)
パラメータ
- fromIndex
- The original index.
- count
- The number of items to be moved.
- toIndex
- The destination index.
参照